[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Function            MODIS()
Action              Interactive modify or create structure
Returns             Name of the dbf, less extension
Category            Metafunction
Syntax              MODIS([expC1],[expC2]|[array])
Description         Interactive create or modify structure for DBF
                    files. If creating, allows import of an existing
                    structure.

Options             [expC1] is "C" or "M" for Create or Modify. Default
                    is to prompt the user. [expC2]|[array] is either
                    the name of the dbf file or an array of allowable
                    dbf files.

Examples            MODIS("C")
                    * create, prompt for name
                    *or

                    MODIS("M","CUSTOMER.DBF")
                    * modify customer.dbf
                    *or

                    declare okdbfs[3]
                    okdbfs[1]="CUSTOMER.DBF"
                    okdbfs[2]="INVOICE.DBF"
                    okdbfs[3]="TEMP.DBF"

                    MODIS("M",m->okdbfs)
                    * modify , selecting from array of dbfs

Warnings            Make sure there is sufficient diskspace.

Warnings            Key -9 is unset on exit (F10), DELETED is
                    left OFF

Found in (prg)......S_MODIS.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson